home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / src / RCS / sendmail.hf,v < prev    next >
Encoding:
Text File  |  1990-10-01  |  3.0 KB  |  112 lines

  1. head     4.4;
  2. branch   ;
  3. access   ;
  4. symbols  UICSO:4.3.0 VANILLA:4.3;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 4.4
  10. date     90.10.02.00.46.45;  author paul;  state Exp;
  11. branches ;
  12. next     4.3;
  13.  
  14. 4.3
  15. date     90.06.20.08.38.53;  author paul;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 4.4
  25. log
  26. @Changes from Berkeley's 5.64 to 5.65 release (main.c, savemail.c, and
  27. version.c)
  28. @
  29. text
  30. @@@(#)    sendmail.hf    4.4    8/2/90
  31. cpyr
  32. cpyr    Copyright (c) 1983  Eric P. Allman
  33. cpyr    Copyright (c) 1988 The Regents of the University of California.
  34. cpyr    All rights reserved.
  35. cpyr    
  36. cpyr    Redistribution and use in source and binary forms are permitted
  37. cpyr    provided that the above copyright notice and this paragraph are
  38. cpyr    duplicated in all such forms and that any documentation,
  39. cpyr    advertising materials, and other materials related to such
  40. cpyr    distribution and use acknowledge that the software was developed
  41. cpyr    by the University of California, Berkeley.  The name of the
  42. cpyr    University may not be used to endorse or promote products derived
  43. cpyr    from this software without specific prior written permission.
  44. cpyr    THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  45. cpyr    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  46. cpyr    WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  47. cpyr    
  48. cpyr    @@(#)sendmail.hf    4.4 (Berkeley) 8/2/90
  49. cpyr    
  50. smtp    Commands:
  51. smtp        HELO    MAIL    RCPT    DATA    RSET
  52. smtp        NOOP    QUIT    HELP    VRFY    EXPN
  53. smtp    For more info use "HELP <topic>".
  54. smtp    To report bugs in the implementation contact sendmail@@okeeffe.Berkeley.EDU
  55. smtp    For local information contact postmaster at this site.
  56. help    HELP [ <topic> ]
  57. help        The HELP command gives help info.
  58. helo    HELO <hostname>
  59. helo        Introduce yourself.  I am a boor, so I really don't
  60. helo        care if you do.
  61. mail    MAIL FROM: <sender>
  62. mail        Specifies the sender.
  63. rcpt    RCPT TO: <recipient>
  64. rcpt        Specifies the recipient.  Can be used any number of times.
  65. data    DATA
  66. data        Following text is collected as the message.
  67. data        End with a single dot.
  68. rset    RSET
  69. rset        Resets the system.
  70. quit    QUIT
  71. quit        Exit sendmail (SMTP).
  72. vrfy    VRFY <recipient>
  73. vrfy        Not implemented to protocol.  Gives some sexy
  74. vrfy        information.
  75. expn    EXPN <recipient>
  76. expn        Same as VRFY in this implementation.
  77. noop    NOOP
  78. noop        Do nothing.
  79. send    SEND FROM: <sender>
  80. send        replaces the MAIL command, and can be used to send
  81. send        directly to a users terminal.  Not supported in this
  82. send        implementation.
  83. soml    SOML FROM: <sender>
  84. soml        Send or mail.  If the user is logged in, send directly,
  85. soml        otherwise mail.  Not supported in this implementation.
  86. saml    SAML FROM: <sender>
  87. saml        Send and mail.  Send directly to the user's terminal,
  88. saml        and also mail a letter.  Not supported in this
  89. saml        implementation.
  90. turn    TURN
  91. turn        Reverses the direction of the connection.  Not currently
  92. turn        implemented.
  93. @
  94.  
  95.  
  96. 4.3
  97. log
  98. @5.64 Berkeley release
  99. @
  100. text
  101. @d1 1
  102. a1 1
  103. @@(#)    sendmail.hf    4.3    2/15/89
  104. d19 1
  105. a19 1
  106. cpyr    @@(#)sendmail.hf    4.3 (Berkeley) 2/15/89
  107. d25 1
  108. a25 2
  109. smtp    To report bugs in the implementation contact eric@@Berkeley.ARPA
  110. smtp    or eric@@UCB-ARPA.ARPA.
  111. @
  112.